Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-01
Deploy Bookstack / deploy (push) Successful in 20s

This commit is contained in:
Mike McFetridge
2026-07-20 13:32:31 -04:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 >
+1 -1
View File
@@ -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