fix docker-compose.yml
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
container_name: toir-light-postgres
|
container_name: toir-light-postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -22,7 +22,6 @@ postgres:
|
|||||||
networks:
|
networks:
|
||||||
- toir-light
|
- toir-light
|
||||||
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
build:
|
build:
|
||||||
context: ./server
|
context: ./server
|
||||||
|
|||||||
Reference in New Issue
Block a user