update nginx.conf and docker-compose to match the server

This commit is contained in:
Will Freeman
2024-10-14 11:38:18 -05:00
parent a152c1d692
commit 4dbb70be8c
2 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ version: '3.8'
services:
deflock:
image: public.ecr.aws/w2o0b9g0/deflock.me:latest
expose:
- 8080
ports:
- 8080:8080
#restart: always
stdin_open: true