Skip to content

Commit cfc8a0f

Browse files
author
dysen
committed
Adjusted compose to use consistent names for docs
1 parent c8da002 commit cfc8a0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/alpine-mirror/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
services:
22
sync:
3+
container_name: alpine-mirror-sync
34
build: .
45
volumes:
56
- ./repo:/site:z
67
server:
8+
container_name: alpine-mirror-server
79
image: docker.io/library/httpd:alpine
810
volumes:
911
- ./repo:/usr/local/apache2/htdocs:z

0 commit comments

Comments
 (0)