- Expose port in docker container
- Update changelogjenkins_upload_packages opengnsys_devel-1.5.4
parent
56ff5c0936
commit
e4287b97a6
|
@ -1,4 +1,8 @@
|
|||
# Changelog
|
||||
## [0.9.4] - 2025-03-17
|
||||
### Fixed
|
||||
- Mercure service behind nginx server for containers, expose port in docker compose for nginx
|
||||
|
||||
## [0.9.3] - 2025-03-17
|
||||
### Fixed
|
||||
- Mercure service behind nginx server for containers
|
||||
|
|
|
@ -20,6 +20,7 @@ services:
|
|||
ports:
|
||||
- 8080:80
|
||||
- 8443:443
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ogpublic:/var/www/html/public:cached
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue