This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
contao-docker-4.13
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
443
master
Florian Eisenmenger
3 years ago
parent
b39baa34b4
commit
bb88463fed
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Dockerfile
+2
-1
docker-compose.yml
+ 1
- 0
Dockerfile
View File
@@ -61,6 +61,7 @@ ENV PATH="$PATH"
RUN rm -rf /var/www/html/contao/var/cache/*
EXPOSE 80
EXPOSE 443
ENTRYPOINT ["/init.sh"]
CMD ["apache2-foreground"]
+ 2
- 1
docker-compose.yml
View File
@@ -19,7 +19,8 @@ services:
image: php-apache-contao
container_name: contao
ports:
- "80:80"
- "89:80"
- "443:443"
volumes:
- ./app:/var/www/html
networks:
Write
Preview
Loading…
Cancel
Save