Compare commits
2 Commits
a691641e4d
...
ab63aae3f9
| Author | SHA1 | Date | |
|---|---|---|---|
| ab63aae3f9 | |||
| 432727f16b |
@@ -24,5 +24,5 @@ services:
|
|||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ${CONFIG_ROOT}/npm/data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- ${CONFIG_ROOT}/npm/letsencrypt:/etc/letsencrypt
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- ./gitea:/data
|
- ${CONFIG_ROOT}/gitea:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user