diff --git a/stack.yml b/stack.yml index 0c3ace4..4b693ca 100644 --- a/stack.yml +++ b/stack.yml @@ -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