Explicitly setting default docker volume bindings to "consistent", which may be necessary with new versions of Docker Desktop

This commit is contained in:
Christian 'ketura' McCarty
2024-06-20 00:03:11 -05:00
parent 59604a849a
commit a260edd435

View File

@@ -1,5 +1,3 @@
version: "3.4"
services:
build:
@@ -26,18 +24,23 @@ services:
- type: bind
source: ../gemp-lotr-async/src/main/web
target: /etc/gemp-lotr/web
consistency: consistent
- type: bind
source: ../../gemp-lotr
target: /etc/gemp-lotr
consistency: consistent
- type: bind
source: ../../logs
target: /logs
consistency: consistent
- type: bind
source: ../../replay
target: /etc/gemp-lotr/replay
consistency: consistent
- type: bind
source: ../../logs/nohup.out
target: /etc/gemp-lotr/nohup.out
consistency: consistent
networks:
gemp_net_1:
ipv4_address: ${APP_IP}