Stop getting rid of my work. I beg you.

This commit is contained in:
Laurent
2025-03-11 12:32:06 +00:00
parent 167f31eccf
commit 767a9d4d84

View File

@@ -1,3 +1,6 @@
volumes:
unluckiest_database:
networks: networks:
unluckiest_network: unluckiest_network:
driver: bridge driver: bridge
@@ -5,6 +8,7 @@ networks:
services: services:
database: database:
container_name: unluckiest_database
build: build:
context : ./database context : ./database
dockerfile : Dockerfile dockerfile : Dockerfile