Fix docker-compose.yml

This commit is contained in:
Mayank Chhabra 2022-09-26 01:43:33 +07:00
parent 41f3b43f66
commit 91127b43c5

View File

@ -7,7 +7,7 @@ services:
APP_HOST: hello_world_server_1 APP_HOST: hello_world_server_1
APP_PORT: 3000 APP_PORT: 3000
server: server:
image: mayankchhabra/sdx:latest image: mayankchhabra/sdx:latest
user: "1000:1000" user: "1000:1000"
init: true init: true