diff --git a/compose.yml b/compose.yml index 3c8965d..6bd89c4 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: networks: - frontend volumes: - - gitea.vol:/data + - ~/.storage/containers/gitea.vol:/data - /etc/localtime:/etc/localtime:ro ports: - 3000:3000 @@ -35,7 +35,7 @@ services: - 6157:6157 - 2222:2223 volumes: - - opengist.vol:/opengist + - ~/.storage/containers/opengist.vol:/opengist - ~/.config/opengist/config.yml:/config.yml - /etc/localtime:/etc/localtime:ro environment: