mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
app:
|
||||
@@ -49,8 +47,10 @@ services:
|
||||
MARIADB_ROOT_PASSWORD: "badpassword"
|
||||
MARIADB_PASSWORD: "badpassword"
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 3306
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/webtrees/db:/var/lib/mysql
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/webtrees/db:/var/lib/mysql
|
||||
#networks:
|
||||
# - webtrees-default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user