diff options
| -rw-r--r-- | docker-compose.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 214dcf8..3c8fd88 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,11 +1,10 @@ -version: '3.3' +version: "3.3" services: whirl: ports: - - '8080:80' - - '6650:6650' - - '5673:5673' - container_name: Whirlsplash - image: whirlsplash/whirl + - "8080:80" + - "6650:6650" + - "5673:5673" volumes: - ./.whirl-data:/.whirl + image: whirlsplash/whirl |