We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c679102 commit b5b8e91Copy full SHA for b5b8e91
docker/data-source-services/docker-compose.yml
@@ -2,7 +2,7 @@
2
# Everything ahead of the last two digits are standard for the given service
3
#
4
# Network name is st-{service name}-{service MAJOR.MINOR}
5
-version: '2'
+version: '3.8'
6
services:
7
nginxproxy:
8
# Enable nginx debug and increase output verbosity
docker/data-source-services/network-creation.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
echo "Creating container networks:"
-docker network create st-internal
+docker network create st-internal --label "com.docker.compose.network=default"
docker/data-source-tools/docker-compose.yml
@@ -1,4 +1,4 @@
phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
0 commit comments