rename a couple files

This commit is contained in:
2022-05-26 02:10:54 +01:00
parent 8ccc3e303e
commit f445b14afb
3 changed files with 1 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
version: '3'
services:
sus:
build: .
ports: [ "80:80" ]
environment:
- SECRET=secret
redis:
image: redis:7
volumes: [ "./redis:/data" ]
ports: [ "6379:6379" ]