mirror of
https://github.com/friendica/docker
synced 2025-01-01 10:35:21 +01:00
HotFix - stack.yml
This commit is contained in:
parent
5218366a77
commit
c004b5f2ac
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
- MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
|
||||
app:
|
||||
image: friendica/server
|
||||
image: friendica/server:dev-apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
@ -32,7 +32,7 @@ services:
|
|||
- db
|
||||
|
||||
cron:
|
||||
image: friendica/server
|
||||
image: friendica/server:dev-apache
|
||||
restart: always
|
||||
volumes:
|
||||
- friendica:/var/www/html
|
||||
|
|
Loading…
Reference in a new issue