mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 08:36:59 +00:00
move docker files under core
This commit is contained in:
@@ -10,9 +10,9 @@ ExecStart=docker run \
|
||||
--name=caddy \
|
||||
--network=caddy-network \
|
||||
--rm \
|
||||
--mount type=bind,src=/opt/caddy/etc/caddy,dst=/etc/caddy \
|
||||
--mount type=bind,src=/opt/caddy/var/www/html,dst=/var/www/html \
|
||||
--mount type=bind,src=/opt/caddy/data,dst=/data \
|
||||
--mount type=bind,src=/home/core/caddy/etc/caddy,dst=/etc/caddy \
|
||||
--mount type=bind,src=/home/core/caddy/var/www/html,dst=/var/www/html \
|
||||
--mount type=bind,src=/home/core/caddy/data,dst=/data \
|
||||
-p 80:80 \
|
||||
-p 443:443 \
|
||||
-p 8448:8448 \
|
||||
|
||||
Reference in New Issue
Block a user