update docker-compose
This commit is contained in:
parent
1fee71280f
commit
954c9e214c
@ -3,10 +3,9 @@ version: '3'
|
||||
services:
|
||||
sus:
|
||||
build: .
|
||||
ports: [ "80:80" ]
|
||||
ports: [ "8430:80" ]
|
||||
environment:
|
||||
- SECRET=${SECRET}
|
||||
redis:
|
||||
image: redis:7
|
||||
volumes: [ "./redis:/data" ]
|
||||
ports: [ "6379:6379" ]
|
||||
|
Loading…
Reference in New Issue
Block a user