tidyup container names
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
### EXAMPLE DOCKER COMPOSE ###
|
||||
services:
|
||||
audiobookshelf:
|
||||
container_name: audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
# ABS runs on port 13378 by default. If you want to change
|
||||
# the port, only change the external port, not the internal port
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
dovecot:
|
||||
container_name: dovecot
|
||||
volumes:
|
||||
#- dovecot_data/conf.d:/etc/dovecot/conf.d
|
||||
- dovecot_data:/etc/dovecot
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
snappymail:
|
||||
container_name: snappymail
|
||||
image: djmaze/snappymail:latest
|
||||
ports:
|
||||
- 8878:8888
|
||||
@@ -22,6 +23,7 @@ services:
|
||||
# - default
|
||||
|
||||
snappymail_mysql:
|
||||
container_name: snappymail_mysql
|
||||
image: mariadb:10
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=Swissbank01
|
||||
@@ -35,6 +37,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
snappymail_redis:
|
||||
container_name: snappymail_redis
|
||||
image: redis:7-alpine
|
||||
networks:
|
||||
- haven_internal
|
||||
|
||||
Reference in New Issue
Block a user