- fix docker files

This commit is contained in:
2023-06-16 11:22:01 +02:00
parent 08133d0b05
commit 9518d6a811
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
version: "3.9"
version: "3.8"
services:
nginx:
image: nginx:latest
image: nginx:1.21-alpine
container_name: kamilcraft-api_www
working_dir: /application
ports:
@@ -68,5 +68,5 @@ networks:
volumes:
mysql-db-data:
name: ib-mysql-data
name: kamilcraft-api-mysql-data
driver: local