Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-01
Deploy Bookstack / deploy (push) Successful in 20s
Deploy Bookstack / deploy (push) Successful in 20s
This commit is contained in:
@@ -17,4 +17,4 @@ services:
|
||||
|
||||
networks:
|
||||
external:
|
||||
external: true # Tells Compose not to create this network.
|
||||
external: true # Tells Compose not to create this network.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie:latest # Specifies the Mealie Docker i>
|
||||
image: ghcr.io/mealie-recipes/mealie:latest # Specifies the Mealie Docker i>
|
||||
container_name: mealie # Names the container for easier>
|
||||
ports:
|
||||
- "9200:9000" # Maps port 9925 on the host to >
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
image: semaphoreui/semaphore:latest
|
||||
container_name: semaphore
|
||||
ports:
|
||||
- "3020:3020" # Web UI accessed via port 3020
|
||||
- "3020:3020" # Web UI accessed via port 3020
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user